home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MaxiMac 2000 December
/
MaxiMac 109.iso
/
Macworld on CD n°109
/
Applications (Mac OS X PB)
/
MacOSX ScreenSavers
/
Source Code
/
Paper Airplanes
/
GLPlane.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-02
|
221 b
|
16 lines
|
[
????/????
]
/* GLMorph.h created by epeyton on Thu 03-Dec-1998 */
#import <AppKit/AppKit.h>
#import <ScreenSaver/ScreenSaver.h>
@interface GLPlane : ScreenSaverView
{
NSOpenGLView *_view;
BOOL _initedGL;
}
@end